Auto merge of #3385 - matklad:package-test, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 13 Dec 2016 23:19:55 +0000 (23:19 +0000)
committerbors <bors@rust-lang.org>
Tue, 13 Dec 2016 23:19:55 +0000 (23:19 +0000)
commit020df9479bb09276a2fb2b5959f766f8281f5829
treee65bbcea9af9551e3b262b35ec3c3e3d48ffb062
parenta0f6557d23f59389ccd72e8fc3e7ec5731185b5f
parent23faf5c9168b6a39e3408071ae9848d3d6ea4806
Auto merge of #3385 - matklad:package-test, r=alexcrichton

Add test for --package and virtual manifest

closes #3194

The issue was actually fixed by #3221 (thanks @euclio !), so let's just add a test (a copy of `virtual_works` basically).